body {
	background-color: lightyellow;
}
.caja {
	height: 120px;
	width: 120px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	background-color: #F2F1EE;
	border: 1px solid #000;
}
.modA {
	border-radius: 24px;
}
.modB {
	border-top-left-radius: 24px;
}
.modC {
	border-radius: 24px 0;
}
.modD {
	border-radius: 36px 12px;
}
.modE {
	border-top-right-radius: 50px 30px;
}
.modF {
	border-bottom-right-radius: 50px 30px;
}
.modG {
	border-radius: 50%;
}
.modH {
	border-radius: 20px 20px 20px 20px;
	border-width: 10px;
	border-color: aquamarine;
	color: white;
	background-color: darkblue;
	text-align: center;
}
.modI {
	border-radius: 0 20px 20px 0;
}
.modJ {
	border-radius: 20px 0 0 20px;
}
.modK {
	border-radius:  0 50% 0 50%;
}
.modL {
	border-top-left-radius: 50% 20%;
	border-top-right-radius: 50% 20%;
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;
}
.modA2 {
	border-width: 4px;
}
.modB2 {
	border-width: 4px;
	border-color: #ff1303;
}
.modC2 {
	border-width: 4px;
	border-color: green;
	border-top-left-radius: 60px;
}
.modD2 {
	border-width: 6px;
	border-color: #ff1303;
	background-color: yellow;
}
.modE2 {
	border-width: 6px;
	border-top-left-radius: 30px 50px;
}
.modF2 {
	font-size: 30px;
}
.modG2 {
	background-image:url(https://cienciaybiologia.com/wp-content/uploads/2015/06/mariposa-monarca.jpg);
	background-repeat: no-repeat;
	background-position: cover;
	border-radius: 50%;
}
.modI2 {
	height: 200px;
    }
.modJ2 {
	border-style: dotted;
	border-width: 6px;
}
.modK2 {
	width: 150px;
}
.modL2 {
	border-style: double;
	border-color: darkblue;
	background-color: lightblue;
	border-width: 10px;
}
.modH2 {
	border-radius: 20px;
	border-style: ridge;
	border-color: deepskyblue;
	background-color: lightgreen;
	border-width: 10px;
}
p:first-of-type {
	font-family: 'Playwrite IN Guides', sans-serif;
}

